Official MCP server for Git Leaderboard.
Use it from Claude, Cursor, VS Code, Windsurf, and other MCP-compatible clients to query public GitHub leaderboard data directly from your AI assistant.
Overview
Overview
Git Leaderboard MCP Server lets AI assistants query public GitHub contribution rankings and user stats from Git Leaderboard.
Features
- Global leaderboards by contributions, commits, issues, pull requests, reviews, and impact score
- User profiles with achievements, streaks, league career, and global rank
- Username search
- Side-by-side comparison between two GitHub users
Installation
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "@gitleaderboard/mcp-server"]
}
}
}
Server Config
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": [
"-y",
"@gitleaderboard/mcp-server"
]
}
}
}